projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2eb772
)
*** empty log message ***
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 1 Nov 1999 21:11:14 +0000
(21:11 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 1 Nov 1999 21:11:14 +0000
(21:11 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 0b4a95880e0c23ecc35fb40384384e6522832133..37452abf979fd6a9444cec6802d9c23972e2dec9 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+1999-11-01 John Tobey <jtobey@epsilondev.com>
+
+ * gud.el: (gud-perldb-massage-args): Massage correctly in the
+ presence of perl switches other than "-e".
+
1999-11-01 Markus Rost <rost@ias.edu>
* dired-x.el (dired-smart-shell-command): Use
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 04eadd6e0b91e1223f2ef48ff52d9d56d84ae40e..5f081f9858c9e56feaefb6cbd0c9493fe7acac86 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
1999-11-01 Gerd Moellmann <gerd@gnu.org>
+ * xfns.c (png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
+ png_get_sRGB in #ifdef.
+
* dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor.
(syms_of_display): Use the new name.